.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 500px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.097), rgba(0, 0, 0, 0.554)), url(../images/about\ img.png);
    background-position: center;
    background-size: 100% 160%;
    text-align: center;
    padding-top: 350px;
    color: white;
    font-size: 40px;
    /* margin-top: -120px; */
}

.sec1a h1 {
    font-size: 55px;
    color: rgb(255, 255, 255);
    font-weight: 400;
}


.about-color-box {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    /* background-color: rgb(53, 43, 195); */
}


@media screen and (max-width: 900px) {

    .sec1a {
        background-size: 120% 100%;
        height: 320px;

    }

    .sec1a h1 {
        font-size: 35px;
    }


}